C1RowUpdatingEventArgs<TCommandImpl> Class (C1.DataConnector.AdoNet) | DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.DataConnector.AdoNet Namespace / C1RowUpdatingEventArgs<TCommandImpl> Class
Members

C1RowUpdatingEventArgs<TCommandImpl> Class
Provides the data for the RowUpdating event of a data provider.
Object Model
C1RowUpdatingEventArgs<TCommandImpl> Class
Syntax
'Declaration
 
Public NotInheritable Class C1RowUpdatingEventArgs(Of TCommandImpl As DbCommand) 
   Inherits System.Data.Common.RowUpdatingEventArgs
 
Type Parameters
TCommandImpl
Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Data.Common.RowUpdatingEventArgs
         C1.DataConnector.AdoNet.C1RowUpdatingEventArgs<TCommandImpl>

See Also